ButtonCustomization

data class ButtonCustomization(buttonBackground: BackgroundCustomization, label: TextStyleCustomization)

Use this class to set the visual style of the main action button on a 3DS2 challenge screen.

Parameters

buttonBackground

Customisation for the button background.

label

Customisation for the button text style.

Constructors

ButtonCustomization
Link copied to clipboard
fun ButtonCustomization(buttonBackground: BackgroundCustomization, label: TextStyleCustomization)

Functions

background
Link copied to clipboard
fun background(block: BackgroundCustomization.() -> Unit)
DSL Method for Button Background setup
label
Link copied to clipboard
fun label(block: TextStyleCustomization.() -> Unit)
DSL Method for Button Label setup

Properties

buttonBackground
Link copied to clipboard
val buttonBackground: BackgroundCustomization
Customisation for the button background.
label
Link copied to clipboard
val label: TextStyleCustomization
Customisation for the button text style.